
  

  

  
  
  
  


@layer base {
  
  body, :host {
    /* Color */
    --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
    /* Fonts */
    --font-mysteryquest: 'Mystery Quest',display;
--font-librebaskerville: 'Libre Baskerville',serif;
--font-metalmania: 'Metal Mania',display;
--font-londrinashadow: 'Londrina Shadow',display;
--font-londrinaoutline: 'Londrina Outline',display;
--font-comicneue: 'Comic Neue',handwriting;
--font-luckiestguy: 'Luckiest Guy',display;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .dTPfxk {
    color:#edede3;
  width:100%;
  height:100vh;
  display:flex;
  font-size:var(--font-size-base);
  background:linear-gradient(#262631 0%, #0d243f 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  overflow-x:hidden;
  overflow-y:scroll;
  transition:border-color 600ms ease;
  align-items:flex-start;
  font-family:Libre Baskerville;
  font-weight:var(--font-weight-bold);
  flex-direction:column;
  justify-content:flex-start;
  scrollbar-width:none;
  }
      
.dTPfxk::-webkit-scrollbar {
  width: 0;
}


      
        
      
      
  .eKWZzu {
    display:flex;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .yKiie {
    flex:1;
  height:100%;
  background:linear-gradient(to top right, transparent 46%, #da7144 46%, #da7144 54%, transparent 54%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  }
      

      
        
      
      
  .efqwqB {
    flex:2;
  height:100%;
  background:linear-gradient(to bottom right, transparent 46%, #da7144 46%, #da7144 54%, transparent 54%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  }
      

      
        
      
      
  .BUBUE {
    width:22px;
  height:18px;
  display:flex;
  row-gap:2px;
  translate:0 30% 0;
  background:radial-gradient(#ff8000ad 8%, #00343d 64%) scroll border-box padding-box repeat repeat 0% 0% / auto #9e0089;
  column-gap:2px;
  align-items:flex-start;
  padding-top:4px;
  padding-left:4px;
  padding-right:4px;
  flex-direction:row;
  padding-bottom:4px;
  justify-content:center;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
        
      
      
  .ciAVEx {
    display:flex;
  position:absolute;
  align-items:center;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
      
      
  .eUBDQN {
    width:30px;
  height:18px;
  display:flex;
  position:absolute;
  animation:var(--timing) ease 200ms infinite alternate both running animation-dbsTSu;
  translate:-4px 11px 0;
  align-items:flex-end;
  flex-direction:row;
  justify-content:center;
  transform-origin:left bottom;
  }
      

      
        
                  @keyframes animation-dbsTSu {
                    
                        0% {
                          width: 24px;
                        }
                        

                        0% {
                          height: 18px;
                        }
                        

                        100% {
                          width: 32px;
                        }
                        

                        100% {
                          height: 16px;
                        }
                        
                  }
                  
      
      
  .bqqGCV {
    width:6px;
  height:6px;
  display:flex;
  background:#000000;
  align-items:center;
  outline-color:#000000;
  outline-style:solid;
  outline-width:0.5px;
  justify-content:center;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
        
      
      
  .cYauCN {
    width:30px;
  height:18px;
  display:flex;
  position:absolute;
  animation:var(--timing) ease 200ms infinite alternate both running animation-dbsTSu;
  translate:4px 11px 0;
  align-items:flex-end;
  flex-direction:row;
  justify-content:center;
  transform-origin:right bottom;
  }
      

      
        
      
      
  .bUfTAa {
    flex:1;
  height:100%;
  background:linear-gradient(to bottom right, transparent 46%, #da7144 46%, #da7144 54%, transparent 54%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  }
      

      
        
      
      
  .furxCU {
    width:30px;
  height:18px;
  rotate:0 0 1 -20deg;
  display:flex;
  position:absolute;
  animation:var(--timing) ease 400ms infinite alternate both running animation-bMfuEm;
  translate:3px 13px 0;
  align-items:flex-end;
  flex-direction:row;
  justify-content:center;
  transform-origin:right bottom;
  }
      

      
        
                  @keyframes animation-bMfuEm {
                    
                        0% {
                          width: 18px;
                        }
                        

                        0% {
                          height: 18px;
                        }
                        

                        100% {
                          width: 24px;
                        }
                        

                        100% {
                          height: 16px;
                        }
                        
                  }
                  
      
      
  .dreTga {
    width:2px;
  height:2px;
  background:white;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
        
      
      
  .SqTgy {
    flex:2;
  height:100%;
  background:linear-gradient(to bottom left, transparent 46%, #da7144 46%, #da7144 54%, transparent 54%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  }
      

      
        
      
      
  .dDxLXh {
    width:30px;
  height:18px;
  rotate:0 0 1 20deg;
  display:flex;
  position:absolute;
  animation:var(--timing) ease 400ms infinite alternate both running animation-bMfuEm;
  translate:-3px 13px 0;
  align-items:flex-end;
  flex-direction:row;
  justify-content:center;
  transform-origin:left bottom;
  }
      

      
        
      
      
  .beOcvi {
    display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
        
      
      
  .eljbUl {
    width:30px;
  height:30px;
  display:flex;
  position:absolute;
  background:radial-gradient(at center bottom, #ff8000ad 0%, #002f3d 71%) scroll border-box padding-box repeat repeat 0% 0% / auto #9e0089;
  align-items:flex-end;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
        
      
      
  .cevPzx {
    display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .cBiRgy {
    width:30px;
  height:18px;
  rotate:0 0 1 20deg;
  display:flex;
  position:absolute;
  animation:var(--timing) ease 0ms infinite alternate both running animation-dbsTSu;
  translate:6px 3px 0;
  align-items:flex-end;
  flex-direction:row;
  justify-content:center;
  transform-origin:right bottom;
  }
      

      
        
      
      
  .fvcpsD {
    width:30px;
  height:30px;
  display:flex;
  background:radial-gradient(at center bottom, #ff8000ad 0%, #002f3d 71%) scroll border-box padding-box repeat repeat 0% 0% / auto #9e0089;
  align-items:flex-end;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
        
      
      
  .fuwomU {
    width:2px;
  height:12px;
  background:#2b2636;
  box-shadow:-1px 0px 0px 0px #ffffff1a inset;
  transition:height 1200ms cubic-bezier(0.42, 0, 0.58, 1);
  }
      

      
  .fuwomU.active {
    height:200px;
  }
      

        
      
      
  .ahYqh {
    scale:1 1 1;
  display:flex;
  align-items:flex-start;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .bbvrIh {
    flex:2;
  height:100%;
  background:linear-gradient(to top right, transparent 46%, #da7144 46%, #da7144 54%, transparent 54%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  }
      

      
        
      
      
  .TpzHE {
    color:#5a220c;
  width:auto;
  cursor:pointer;
  font-size:var(--font-size-base);
  background:linear-gradient(#f6b151 0%, #ef750b 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  transition:background 300ms ease;
  font-family:"Libre Baskerville";
  font-weight:var(--font-weight-bold);
  padding-top:1rem;
  user-select:none;
  border-color:var(--grey-800);
  border-style:solid;
  border-width:2px;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:1rem;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .TpzHE:hover {
    background:linear-gradient(#f8c987 0%, #f28526 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  }
      

        
      
      
  .dCgxuf {
    width:30px;
  height:18px;
  rotate:0 0 1 -20deg;
  display:flex;
  position:absolute;
  animation:var(--timing) ease 0ms infinite alternate both running animation-dbsTSu;
  translate:-6px 3px 0;
  align-items:flex-end;
  flex-direction:row;
  justify-content:center;
  transform-origin:left bottom;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cAChBp {
    flex:1;
  display:flex;
  row-gap:1rem;
  max-width:440px;
  column-gap:1rem;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .coWOAi {
    color:inherit;
  }
      

      
        
      
      
  .dlANGW {
    font-size:var(--font-size-base);
  font-family:"Comic Neue";
  font-weight:var(--font-weight-bold);
  }
      

      
        
      
      
  .bQLhAJ {
    color:#dfe7da57;
  font-size:16px;
  text-align:center;
  font-family:"Libre Baskerville";
  font-weight:var(--font-weight-bold);
  line-height:1.8em;
  text-shadow:0px 2px 4px #00000020;
  }
      

      
        
      
      
  .bJQryP {
    color:#edede3;
  width:auto;
  font-size:var(--font-size-base);
  background:#d67a2e;
  font-family:Libre Baskerville;
  font-weight:var(--font-weight-bold);
  padding-top:1rem;
  border-color:var(--grey-800);
  border-style:solid;
  border-width:2px;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:1rem;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  .fmvjsJ {
    color:#d67b2e;
  font-size:54px;
  background:linear-gradient(#f6b151 0%, #ef750b 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  text-align:center;
  font-family:"Metal Mania";
  font-weight:var(--font-weight-bold);
  text-shadow:0px 2px 4px #00000020;
  letter-spacing:2px;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  }
      

      
        
      
      
  .bBmdYz {
    flex:1;
  display:flex;
  row-gap:2rem;
  max-width:960px;
  column-gap:2rem;
  align-items:center;
  padding-left:2rem;
  padding-right:2rem;
  flex-direction:column;
  justify-content:center;
  view-transition-name:hero-title;
  }
      

      
        
      
      
  .bDudIU {
    right:10px;
  width:20px;
  bottom:10px;
  rotate:0 0 1 45deg;
  display:flex;
  position:absolute;
  background:#222639;
  align-items:center;
  aspect-ratio:1/1;
  border-color:#463d20;
  border-style:solid;
  border-width:1px;
  justify-content:center;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  }
      

      
        
      
      
  .bsyCAP {
    flex:2;
  row-gap:0.5rem;
  column-gap:0.5rem;
  }
      

      
        
      
      
  .dWNwGC {
    color:#d67b2e;
  font-size:24px;
  background:linear-gradient(#f6b151 0%, #ef750b 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  text-align:center;
  font-family:"Metal Mania";
  font-weight:var(--font-weight-bold);
  text-shadow:0px 2px 4px #00000020;
  letter-spacing:2px;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  }
      

      
        
      
      
  .dzlULo {
    width:100%;
  height:auto;
  display:flex;
  opacity:0.78;
  position:relative;
  max-width:460px;
  background:#222639;
  box-shadow:0px 11px 34px 8px #0c43b014, 0px 5px 14px 0px #ff910000;
  min-height:720px;
  transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  border-color:#0b0b09;
  border-style:solid;
  border-width:1px;
  flex-direction:column;
  justify-content:flex-start;
  border-top-left-radius:24px;
  border-top-right-radius:24px;
  border-bottom-left-radius:24px;
  border-bottom-right-radius:24px;
  }
      

      
          @media (max-width: 1024px) {
            
  .dzlULo {
    max-width:320px;
  min-height:500px;
  }
      

          }
          

  .dzlULo:hover {
    scale:1.02 1.02 1;
  opacity:1;
  translate:0 -20px 0;
  box-shadow:0px 24px 52px 8px #12378729, 0px 5px 14px 0px #000000c7;
  }
      

        
      
      
  .dTCIWC {
    width:100%;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dGRwAP {
    display:flex;
  row-gap:4rem;
  max-width:1400px;
  column-gap:4rem;
  align-items:stretch;
  flex-direction:row;
  justify-content:center;
  view-transition-name:key-features;
  }
      

      
          @media (max-width: 1024px) {
            
  .dGRwAP {
    flex-direction:column;
  }
      

          }
          
        
      
      
  .jgaiE {
    color:#45767d;
  font-size:14px;
  text-align:center;
  font-family:"Libre Baskerville";
  font-weight:var(--font-weight-regular);
  line-height:1.8em;
  text-shadow:0px 2px 4px #00000020;
  }
      

      
        
      
      
  .csbJfU {
    width:100%;
  display:flex;
  background:radial-gradient(ellipse at center bottom, #ffb7003d 0%, #ff00002e 21%, #161827 50%) scroll padding-box border-box repeat repeat 0% 0% / contain;
  align-items:center;
  padding-top:4rem;
  padding-left:4rem;
  padding-right:4rem;
  padding-bottom:12rem;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 1024px) {
            
  .csbJfU {
    padding-top:0px;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:4rem;
  }
      

          }
          
        
      
      
  .cHBios {
    display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
      
      
  .cdPePw {
    font-size:var(--font-size-base);
  font-family:Libre Baskerville;
  font-weight:var(--font-weight-bold);
  }
      

      
        
      
      
  .esYyyd {
    left:10px;
  width:20px;
  bottom:10px;
  rotate:0 0 1 45deg;
  display:flex;
  position:absolute;
  background:#222639;
  align-items:center;
  aspect-ratio:1/1;
  border-color:#463d20;
  border-style:solid;
  border-width:1px;
  justify-content:center;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  }
      

      
        
      
      
  .PVhCK {
    width:100%;
  display:flex;
  row-gap:2rem;
  column-gap:2rem;
  align-items:center;
  padding-top:2rem;
  padding-left:2rem;
  padding-right:2rem;
  flex-direction:column;
  padding-bottom:2rem;
  justify-content:flex-start;
  view-transition-name:promo;
  }
      

      
        
      
      
  .exMrmr {
    top:var(--top);
  left:var(--left);
  color:#0d1417;
  width:200%;
  height:104%;
  display:flex;
  row-gap:0px;
  position:absolute;
  column-gap:0px;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .dUWrd {
    color:#edede3;
  font-size:var(--font-size-base);
  background:#d67a2e;
  padding-top:1rem;
  border-color:var(--grey-800);
  border-style:solid;
  border-width:2px;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:1rem;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .dUWrd:hover {
    translate:0 -2px 0;
  box-shadow:0px 2px 0px 0px black;
  }
      

        
      
      
  .JfJMk {
    flex:1;
  row-gap:0.5rem;
  column-gap:0.5rem;
  }
      

      
        
      
      
  .fipCqu {
    width:40px;
  height:40px;
  display:flex;
  align-items:center;
  border-color:var(--grey-800);
  border-style:solid;
  border-width:2px;
  justify-content:center;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
        
      
      
  .cblQvJ {
    width:100%;
  display:flex;
  row-gap:4rem;
  max-width:1600px;
  column-gap:4rem;
  align-items:center;
  padding-top:0rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:0rem;
  justify-content:flex-start;
  }
      

      
        
      
      
  .IcvBa {
    top:var(--top);
  left:var(--left);
  color:#1f3438;
  width:200%;
  height:100%;
  display:flex;
  row-gap:0px;
  position:absolute;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/purple_gregar_typho_artistic_ostrich:background-layer-3.svg/1280") scroll padding-box border-box repeat no-repeat center center / auto 100%;
  column-gap:0px;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .fzFwui {
    width:100%;
  height:100%;
  display:flex;
  align-items:center;
  aspect-ratio:1/1;
  border-color:#6c6552;
  border-style:solid;
  border-width:1px;
  justify-content:center;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  .cuMGwo {
    width:100%;
  height:100%;
  display:flex;
  row-gap:1rem;
  background:radial-gradient(#0000001a 0%, #000000cc 100%) scroll border-box padding-box repeat repeat 0% 0% / auto, url("https://images.unsplash.com/photo-1633704956352-bf3dab353d3a?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1yZWxhdGVkfDI1fHx8ZW58MHx8fHx8&auto=format&fit=crop&q=60&w=900") scroll border-box padding-box repeat repeat center center / cover;
  column-gap:1rem;
  align-items:center;
  padding-top:2rem;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:2rem;
  justify-content:center;
  }
      

      
        
      
      
  .bMzRXp {
    width:100%;
  height:100%;
  display:flex;
  row-gap:1rem;
  background:radial-gradient(#0000001a 0%, #000000cc 100%) scroll border-box padding-box repeat repeat 0% 0% / auto, url("https://images.unsplash.com/photo-1481018085669-2bc6e4f00eed?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=2340") scroll border-box padding-box repeat repeat center center / cover;
  column-gap:1rem;
  align-items:center;
  padding-top:2rem;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:2rem;
  justify-content:center;
  }
      

      
        
      
      
  .dlUmtn {
    color:#edede399;
  font-size:var(--font-size-base);
  text-align:center;
  font-family:"Comic Neue";
  font-weight:var(--font-weight-bold);
  line-height:1.4em;
  }
      

      
        
      
      
  .kQrbn {
    color:#edede3;
  width:100%;
  font-size:var(--font-size-5xl);
  text-align:center;
  font-family:"Metal Mania";
  letter-spacing:2px;
  }
      

      
          @media (max-width: 768px) {
            
  .kQrbn {
    font-size:var(--font-size-2xl);
  }
      

          }
          

          @media (max-width: 640px) {
            
  .kQrbn {
    font-size:16px;
  font-family:16px;
  }
      

          }
          
        
      
      
  .byHNHB {
    color:#edede3;
  width:100%;
  font-size:var(--font-size-5xl);
  text-align:center;
  font-family:"Metal Mania";
  letter-spacing:2px;
  }
      

      
        
      
      
  .enJiXI {
    width:100%;
  height:100%;
  display:flex;
  row-gap:1rem;
  background:radial-gradient(#0000001a 0%, #000000cc 100%) scroll border-box padding-box repeat repeat 0% 0% / auto, url("https://images.unsplash.com/photo-1674767459508-bc3f33fcddbe?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1yZWxhdGVkfDN8fHxlbnwwfHx8fHw%3D&auto=format&fit=crop&q=60&w=900") scroll border-box padding-box repeat repeat center center / cover;
  column-gap:1rem;
  align-items:center;
  padding-top:2rem;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:2rem;
  justify-content:center;
  }
      

      
        
      
      
  .bsjtwo {
    width:100%;
  height:100%;
  display:flex;
  row-gap:1rem;
  background:radial-gradient(#0000001a 0%, #000000cc 100%) scroll border-box padding-box repeat repeat 0% 0% / auto, url("https://images.unsplash.com/photo-1668532073755-44dd02b64383?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=926") scroll padding-box border-box repeat repeat center center;
  column-gap:1rem;
  align-items:center;
  padding-top:2rem;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:2rem;
  justify-content:center;
  }
      

      
        
      
      
  .ehAMqQ {
    width:100%;
  height:100%;
  display:flex;
  row-gap:1rem;
  background:radial-gradient(#0000001a 0%, #000000cc 100%) scroll border-box padding-box repeat repeat 0% 0% / auto, url("https://images.unsplash.com/photo-1760772481955-dcb947cb2d3f?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1287") scroll border-box padding-box repeat repeat 0% 0% / cover;
  column-gap:1rem;
  align-items:center;
  padding-top:2rem;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:2rem;
  justify-content:center;
  }
      

      
        
      
      
  .HomePage\:IU196MYteJI_3nx7NoKmH {
    overflow-x:hidden;
  overflow-y:hidden;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  .dHrgMq {
    width:100%;
  display:flex;
  row-gap:4rem;
  column-gap:4rem;
  align-items:center;
  padding-top:8rem;
  padding-bottom:4rem;
  justify-content:flex-start;
  }
      

      
        
      
      
  .ewQPPc {
    color:#92d3c0;
  font-size:16px;
  font-family:"Libre Baskerville";
  font-weight:var(--font-weight-bold);
  text-shadow:0px 2px 4px #00000020;
  }
      

      
        
      
      
  .fDImSH {
    display:flex;
  row-gap:2rem;
  position:relative;
  column-gap:2rem;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .coGdFF {
    display:flex;
  translate:4px 0 0;
  align-items:flex-end;
  justify-content:center;
  }
      

      
        
      
      
  .doDxpb {
    width:10px;
  height:4px;
  rotate:0 0 1 0deg;
  opacity:0.18;
  position:absolute;
  animation:50ms cubic-bezier(0.42, 0, 0.58, 1) 10ms infinite alternate none running animation-ePLmWA;
  background:#ffffff;
  outline-color:#2615332e;
  outline-style:solid;
  outline-width:0.5px;
  transform-origin:right center;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
        
                  @keyframes animation-ePLmWA {
                    
                        0% {
                          rotate: 0 0 1 0deg;
                        }
                        

                        100% {
                          rotate: 0 0 1 -30deg;
                        }
                        
                  }
                  
      
      
  .dNYWkw {
    width:10px;
  height:4px;
  rotate:0 0 1 0deg;
  opacity:0.18;
  position:absolute;
  animation:50ms cubic-bezier(0.42, 0, 0.58, 1) 20ms infinite alternate none running animation-bPIDNT;
  background:#ffffff;
  outline-color:#2615332e;
  outline-style:solid;
  outline-width:0.5px;
  transform-origin:left center;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
        
                  @keyframes animation-bPIDNT {
                    
                        0% {
                          rotate: 0 0 1 0deg;
                        }
                        

                        100% {
                          rotate: 0 0 1 30deg;
                        }
                        
                  }
                  
      
      
  .bRgWHW {
    width:10px;
  height:12px;
  background:#1a161d;
  border-top-left-radius:50px;
  border-top-right-radius:50px;
  border-bottom-left-radius:50px;
  border-bottom-right-radius:50px;
  }
      

      
        
      
      
  .beqFsz {
    width:2px;
  height:2px;
  display:flex;
  background:white;
  align-items:center;
  justify-content:center;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
        
      
      
  .cmzhYm {
    width:1px;
  height:1px;
  background:#000000;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
        
      
      
  .ddmVlB {
    display:flex;
  translate:-4px 0 0;
  align-items:flex-start;
  justify-content:center;
  }
      

      
        
      
      
  .cJnMCA {
    width:10px;
  height:4px;
  rotate:0 0 1 0deg;
  opacity:0.18;
  position:absolute;
  animation:50ms cubic-bezier(0.42, 0, 0.58, 1) 0ms infinite alternate none running animation-bPIDNT;
  background:#ffffff;
  transform-origin:right center;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
        
      
      
  .cXQQGw {
    display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .fwqfbH {
    color:#5a220c;
  cursor:pointer;
  font-size:var(--font-size-base);
  background:linear-gradient(#f6b151 0%, #ef750b 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  transition:background 300ms ease;
  font-family:"Libre Baskerville";
  font-weight:var(--font-weight-bold);
  padding-top:1rem;
  border-color:var(--grey-800);
  border-style:solid;
  border-width:2px;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:1rem;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .fwqfbH.glow {
    cursor:pointer;
  animation:600ms linear 0ms 1 normal both running animation-fyFBvo;
  }
      


  .fwqfbH:hover {
    background:linear-gradient(#f8c987 0%, #f28526 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  }
      

        
                  @keyframes animation-fyFBvo {
                    
                        0% {
                          box-shadow: 0px 0px 20px 20px #00b85c33, 0px 2px 30px 16px #e0be0000;
                        }
                        

                        80% {
                          box-shadow: 0px 0px 48px 38px #00eb7633, 0px 0px 30px 10px #e0be00;
                        }
                        

                        100% {
                          box-shadow: 0px 0px 96px 76px #00eb7600, 0px 2px 0px 0px #42380000;
                        }
                        
                  }
                  
      
      
  .eHmKwm {
    top:50%;
  left:50%;
  scale:1.4 1.4 1;
  width:6px;
  height:6px;
  display:flex;
  position:absolute;
  translate:-50% -50% 0;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
  .eHmKwm.fly {
    animation:var(--timing) ease 0ms 1 normal none running animation-zvDht;
  }
      

        
                  @keyframes animation-zvDht {
                    
                        0% {
                          top: 50%;
                        }
                        

                        0% {
                          left: 50%;
                        }
                        

                        40% {
                          opacity: 1;
                        }
                        

                        100% {
                          top: var(--top);
                        }
                        

                        100% {
                          opacity: 0;
                        }
                        

                        100% {
                          left: var(--left);
                        }
                        
                  }
                  
      
      
  .ecJeqD {
    width:10px;
  height:4px;
  rotate:0 0 1 0deg;
  opacity:0.18;
  position:absolute;
  animation:50ms cubic-bezier(0.42, 0, 0.58, 1) infinite alternate none running animation-ePLmWA 40ms;
  background:#ffffff;
  outline-color:#2615332e;
  outline-style:solid;
  outline-width:0.5px;
  transform-origin:left center;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
        
      
      
  .bsArgG {
    width:10px;
  height:12px;
  display:flex;
  row-gap:1px;
  position:absolute;
  background:radial-gradient(#00000042 9%, #000000d6 100%) scroll padding-box border-box repeat repeat 0% 0% / auto var(--color);
  column-gap:1px;
  align-items:flex-start;
  padding-top:2px;
  flex-direction:row;
  padding-bottom:2px;
  justify-content:center;
  border-top-left-radius:50px;
  border-top-right-radius:50px;
  border-bottom-left-radius:50px;
  border-bottom-right-radius:50px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .edZpGq {
    color:#45767d;
  font-size:16px;
  text-align:center;
  font-family:"Libre Baskerville";
  font-weight:var(--font-weight-regular);
  line-height:1.8em;
  text-shadow:0px 2px 4px #00000020;
  }
      

      
        
      
      
  .bAaYOa {
    width:100%;
  display:flex;
  row-gap:2rem;
  column-gap:2rem;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .eXMWzm {
    color:#d67a2e;
  font-size:var(--font-size-3xl);
  font-family:Metal Mania;
  font-weight:var(--font-weight-semi-bold);
  letter-spacing:1px;
  }
      

      
        
      
      
  .HMGhA {
    display:flex;
  row-gap:2rem;
  column-gap:2rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .cVzMgl {
    width:100%;
  display:flex;
  row-gap:2rem;
  max-width:1400px;
  column-gap:2rem;
  align-items:stretch;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .yKZfy {
    width:4px;
  height:4px;
  background:#cb981a;
  }
      

      
        
      
      
  .dubAim {
    display:flex;
  row-gap:1rem;
  max-width:800px;
  column-gap:1rem;
  align-items:center;
  justify-content:flex-start;
  view-transition-name:inspiration;
  }
      

      
        
      
      
  .eyXTGX {
    flex:1;
  width:100%;
  display:flex;
  row-gap:4rem;
  background:#335c54;
  column-gap:4rem;
  align-items:center;
  padding-top:4rem;
  padding-left:4rem;
  padding-right:4rem;
  flex-direction:column;
  padding-bottom:4rem;
  justify-content:center;
  }
      

      
          @media (max-width: 1024px) {
            
  .eyXTGX {
    padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .eyAmaz {
    width:100%;
  height:100%;
  }
      

      
        
      
      
  .HomePage\:PvgZdu-jg5w04ZM_VpNnh {
    flex:1;
  width:100%;
  z-index:1;
  position:relative;
  }
      

      
        
      
      
  .cQLFIJ {
    width:100%;
  height:100%;
  display:flex;
  row-gap:3rem;
  position:relative;
  background:var(--background);
  column-gap:3rem;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .dzvIex {
    top:18px;
  left:29px;
  width:10px;
  height:10px;
  position:absolute;
  background:#f00000;
  box-shadow:0px 0px 8px 8px #f0000466;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
        
      
      
  .fgOGgW {
    width:50px;
  height:40px;
  background:black;
  overflow-x:hidden;
  overflow-y:hidden;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
        
      
      
  .cXWuHF {
    top:-32px;
  left:-22px;
  width:80px;
  height:80px;
  position:absolute;
  animation:var(--timing) ease var(--delay) infinite normal both running animation-bmJAyf;
  background:var(--background);
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
        
                  @keyframes animation-bmJAyf {
                    
                        0% {
                          top: -32px;
                        }
                        

                        0% {
                          left: -22px;
                        }
                        

                        35.00000000000001% {
                          top: -32px;
                        }
                        

                        35.00000000000001% {
                          left: -22px;
                        }
                        

                        39.99999999999999% {
                          left: -36px;
                        }
                        

                        39.99999999999999% {
                          top: -44px;
                        }
                        

                        55.00000000000001% {
                          top: -44px;
                        }
                        

                        55.00000000000001% {
                          left: -36px;
                        }
                        

                        60.00000000000001% {
                          left: -22px;
                        }
                        

                        60.00000000000001% {
                          top: -32px;
                        }
                        

                        100% {
                          top: -32px;
                        }
                        

                        100% {
                          left: -22px;
                        }
                        
                  }
                  
      
      
  .codbuT {
    width:50px;
  height:40px;
  position:absolute;
  background:#335c5400;
  box-shadow:0px 0px 0px 2px var(--background), 0px 0px 0px 2px var(--background) inset;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
        
      
      
  .cfYrNg {
    top:18px;
  left:12px;
  width:10px;
  height:10px;
  position:absolute;
  background:#f0000c;
  box-shadow:0px 0px 8px 8px #f0000466;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
        
      
      
  .ftmFdm {
    scale:0.8 0.8 1;
  display:flex;
  row-gap:0px;
  translate:var(--x) var(--y) 0;
  column-gap:0px;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .eUWAz {
    top:-34px;
  left:-8px;
  width:80px;
  height:80px;
  position:absolute;
  animation:var(--timing) ease var(--delay) infinite normal both running animation-cTOhFj;
  background:var(--backgrond);
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
        
                  @keyframes animation-cTOhFj {
                    
                        0% {
                          left: -8px;
                        }
                        

                        0% {
                          top: -34px;
                        }
                        

                        35% {
                          top: -34px;
                        }
                        

                        35% {
                          left: -8px;
                        }
                        

                        40% {
                          left: 8px;
                        }
                        

                        40% {
                          top: -44px;
                        }
                        

                        55.00000000000001% {
                          left: 8px;
                        }
                        

                        55.00000000000001% {
                          top: -44px;
                        }
                        

                        60% {
                          left: -8px;
                        }
                        

                        60% {
                          top: -34px;
                        }
                        

                        100% {
                          top: -34px;
                        }
                        

                        100% {
                          left: -8px;
                        }
                        
                  }
                  
      
      
  .bbZpXk {
    width:100%;
  display:flex;
  row-gap:8rem;
  column-gap:8rem;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .HomePage\:RkcTITFmRafUKEddv3_x1 {
    width:100%;
  height:100%;
  position:absolute;
  }
      

      
        
      
      
  .dHSwal {
    width:100%;
  background:linear-gradient(#0d1417 0%, #1b1a2e 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  }
      

      
        
      
      
  .blwIlr {
    width:4px;
  height:4px;
  background:#cc981a;
  }
      

      
        
      
      
  .ccczKg {
    display:flex;
  row-gap:2rem;
  column-gap:2rem;
  flex-direction:row;
  }
      

      
        
      
      
  .ZFJUQ {
    top:var(--top);
  left:var(--left);
  color:#162427;
  width:200%;
  height:100%;
  display:flex;
  row-gap:0px;
  position:absolute;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/purple_gregar_typho_artistic_ostrich:background-layer-2.svg/1280") scroll padding-box border-box repeat no-repeat center center / auto 100%;
  column-gap:0px;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .equLIx {
    flex:1;
  display:flex;
  row-gap:4rem;
  column-gap:4rem;
  align-items:flex-start;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 1024px) {
            
  .equLIx {
    flex-direction:column;
  }
      

          }
          
        
      
      
  .eRjmiJ {
    color:#92d3c0;
  font-size:16px;
  text-align:center;
  font-family:"Libre Baskerville";
  font-weight:var(--font-weight-bold);
  line-height:1.8em;
  text-shadow:0px 2px 4px #00000020;
  }
      

      
        
      
      
  .JKGnG {
    top:16px;
  left:16px;
  width:calc(100% - 32px);
  height:calc(100% - 32px);
  position:absolute;
  border-color:#463d20;
  border-style:solid;
  border-width:1px;
  }
      

      
        
      
      
  .dKKuhY {
    width:100%;
  display:flex;
  row-gap:2rem;
  background:#0e101b;
  column-gap:2rem;
  align-items:center;
  padding-top:4rem;
  padding-left:4rem;
  padding-right:4rem;
  padding-bottom:4rem;
  justify-content:flex-start;
  view-transition-name:footer;
  }
      

      
          @media (max-width: 1024px) {
            
  .dKKuhY {
    row-gap:1rem;
  column-gap:1rem;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

          }
          
        
      
      
  .evsUZL {
    width:100%;
  height:100%;
  position:absolute;
  }
      

      
        
      
      
  .bwxQQQ {
    width:100%;
  display:flex;
  row-gap:2rem;
  column-gap:2rem;
  overflow-x:scroll;
  overflow-y:hidden;
  align-items:stretch;
  padding-top:4rem;
  padding-left:4rem;
  padding-right:4rem;
  flex-direction:row;
  padding-bottom:4rem;
  justify-content:flex-start;
  scrollbar-width:none;
  view-transition-name:cards;
  }
      
.bwxQQQ::-webkit-scrollbar {
  width: 0;
}


      
          @media (max-width: 1024px) {
            
  .bwxQQQ {
    row-gap:1rem;
  column-gap:1rem;
  padding-left:1rem;
  padding-right:1rem;
  }
      

          }
          
        
      
      
  .cShMXD {
    font-size:var(--font-size-base);
  }
      

      
          @media (max-width: 640px) {
            
  .cShMXD {
    display:none;
  }
      

          }
          
        
      
      
  .cfpgS {
    font-size:var(--font-size-base);
  }
      

      
        
      
      
  .bpZTiu {
    top:10px;
  left:10px;
  width:20px;
  rotate:0 0 1 45deg;
  display:flex;
  position:absolute;
  background:#222639;
  align-items:center;
  aspect-ratio:1/1;
  border-color:#6c6551;
  border-style:solid;
  border-width:1px;
  justify-content:center;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  }
      

      
        
      
      
  .chtETt {
    width:4px;
  height:4px;
  background:#6a6352;
  }
      

      
        
      
      
  .fmaQOV {
    color:#0e101b;
  }
      

      
        
      
      
  .bYKKUD {
    color:#92d3c0;
  font-size:16px;
  max-width:700px;
  text-align:center;
  font-family:"Libre Baskerville";
  font-weight:var(--font-weight-bold);
  line-height:1.8em;
  text-shadow:0px 2px 4px #00000020;
  }
      

      
        
      
      
  .dbelGp {
    left:0px;
  width:100%;
  bottom:-1px;
  display:flex;
  position:absolute;
  align-items:flex-end;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .evYXBN {
    width:100%;
  display:flex;
  z-index:2;
  position:relative;
  background:#0d1417;
  align-items:center;
  padding-top:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:center;
  }
      

      
        
      
      
  .eALmXr {
    color:#d67a2f;
  font-size:36px;
  font-family:"Metal Mania";
  letter-spacing:4px;
  }
      

      
        
      
      
  .ettsfz {
    width:100%;
  display:flex;
  row-gap:2rem;
  max-width:1600px;
  column-gap:2rem;
  align-items:center;
  padding-top:4rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:0rem;
  justify-content:flex-start;
  }
      

      
        
      
      
  .cYWUOf {
    flex:1;
  width:100%;
  display:flex;
  row-gap:1rem;
  max-width:1600px;
  column-gap:1rem;
  align-items:center;
  padding-left:4rem;
  padding-right:4rem;
  flex-direction:row;
  justify-content:flex-start;
  view-transition-name:hero-navbar;
  }
      

      
          @media (max-width: 1024px) {
            
  .cYWUOf {
    padding-left:1rem;
  padding-right:1rem;
  }
      

          }
          
        
      
      
  .bOudHx {
    flex:1;
  display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bDPCWY {
    color:inherit;
  width:auto;
  height:100%;
  }
      

      
        
      
      
  .byvsfB {
    width:100%;
  height:90vh;
  display:flex;
  row-gap:0rem;
  column-gap:0rem;
  align-items:center;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
      
      
  .claaVn {
    color:#d67b2e;
  font-size:140px;
  background:linear-gradient(#f6b151 0%, #ef750b 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  text-align:center;
  font-family:"Metal Mania";
  font-weight:var(--font-weight-bold);
  text-shadow:0px 2px 4px #00000020;
  letter-spacing:2px;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  }
      

      
          @media (max-width: 1024px) {
            
  .claaVn {
    font-size:100px;
  }
      

          }
          

          @media (max-width: 640px) {
            
  .claaVn {
    font-size:74px;
  }
      

          }
          
        
      
      
  .bSQGRL {
    color:#45767d;
  font-size:16px;
  text-align:center;
  font-family:"Libre Baskerville";
  font-weight:var(--font-weight-bold);
  line-height:1.8em;
  text-shadow:0px 2px 4px #00000020;
  }
      

      
        
      
      
  .cqxWTf {
    color:inherit;
  width:auto;
  height:100%;
  animation:2s ease 0ms infinite alternate both running animation-cIfpaf;
  }
      

      
        
                  @keyframes animation-cIfpaf {
                    
                        0% {
                          color: #21313f;
                        }
                        

                        100% {
                          color: #1f3438;
                        }
                        
                  }
                  
      
      
  .dmSrxS {
    display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
        
      
      
  .fgwtiy {
    flex:1;
  display:flex;
  row-gap:2rem;
  max-width:50%;
  column-gap:2rem;
  align-items:center;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 1024px) {
            
  .fgwtiy {
    max-width:100%;
  }
      

          }
          
        
      
      
  .dAjWRv {
    display:flex;
  row-gap:1rem;
  max-width:800px;
  column-gap:1rem;
  align-items:center;
  justify-content:flex-start;
  view-transition-name:how-it-works;
  }
      

      
        
      
      
  .bQORsp {
    top:10px;
  right:10px;
  width:20px;
  rotate:0 0 1 45deg;
  display:flex;
  position:absolute;
  background:#222639;
  align-items:center;
  aspect-ratio:1/1;
  border-color:#6c6551;
  border-style:solid;
  border-width:1px;
  justify-content:center;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  }
      

      
        
      
      
  .ueUxE {
    flex:1;
  display:block;
  }
      

      
        
      
      
  .bHXWVE {
    width:100%;
  height:100%;
  display:flex;
  align-items:center;
  padding-top:2rem;
  aspect-ratio:1/1;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:2rem;
  justify-content:center;
  }
      

      
        
      
      
  .dXmjKk {
    width:100%;
  height:100%;
  opacity:0.92;
  position:absolute;
  background:radial-gradient(ellipse, #0d14174d 0%, #0d1417eb 69%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  }
      

      
        
      